Html Css Color HEX #7F4B27 Korma

📋 copy color: '#7F4B27'

red 127 ◦ green 75 ◦ blue 39

#7F4B27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #7F4B27

Tints of Korma #7F4B27

RGB

 RED value IS 127 (50% from 255) = 52.7%

 GREEN value IS 75 (29.69% from 255) = 31.12%

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 52.7%
G = 31.12%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7F4B27 (or 0x7F4B27) is known color: Korma. HEX triplet: 7F, 4B and 27. RGB value is (127,75,39). Sum of RGB (Red+Green+Blue) = 127+75+39=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B27 is #80B4D8. Grayscale: #565656. Windows color (decimal): -8434905 or 2575231. OLE color: 2575231.

HSL color Cylindrical-coordinate representation of color #7F4B27: hue angle of 24.55º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F4B27 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 75 39 -
CMYK 0 0.41 0.69 0.50
HSL 24.55º 0.53% 0.33% -
HSV(B) 24.55º 0.69% 0.5% -
XYZ 11.63 9.69 3.18 -
YUV 86.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 127 75 39 0 0.41 0.69 0.50 24.55 0.53 0.33
Hex 7F 4B 27 0 29 45 32 19 35 21
Octal 177 113 47 0 51 105 62 31 65 41
Binary 1111111 1001011 100111 0 101001 1000101 110010 11001 110101 100001

Color Harmonies of #7F4B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4B27

Black with #7F4B27

Text Example


Text Example

White with #7F4B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4B27; }

 p { color: rgb(127,75,39); }

 H1.HeaderClassName
 {
   color: #7F4B27;
 }
 .AnyTagClassName
 {
   color: #7F4B27;
 }
</style>

background-color css

<style>
 a { background-color: #7F4B27; }

 a { background-color: rgb(127,75,39); }

 div.DivClassName
 {
   background-color: #7F4B27;
 }
 .BgClassName
 {
   background-color: #7F4B27;
 }
</style>

border-color css

<style>
 span { border-color: #7F4B27; }

 span { border-color: rgb(127,75,39); }

 td.TdClassName
 {
   border-color: #7F4B27;
 }
 .TagClassName
 {
   border-color: #7F4B27;
 }
</style>