Html Css Color HEX #7F4F27 Korma

📋 copy color: '#7F4F27'

red 127 ◦ green 79 ◦ blue 39

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

Shades of Korma #7F4F27

Tints of Korma #7F4F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

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

R = 51.84%
G = 32.24%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F4F27 (or 0x7F4F27) is known color: Korma. HEX triplet: 7F, 4F and 27. RGB value is (127,79,39). Sum of RGB (Red+Green+Blue) = 127+79+39=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4F27 is #80B0D8. Grayscale: #595959. Windows color (decimal): -8433881 or 2576255. OLE color: 2576255.

HSL color Cylindrical-coordinate representation of color #7F4F27: hue angle of 27.27º 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 #7F4F27 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 79 39 -
CMYK 0 0.38 0.69 0.50
HSL 27.27º 0.53% 0.33% -
HSV(B) 27.27º 0.69% 0.5% -
XYZ 11.91 10.25 3.27 -
YUV 88.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 127 79 39 0 0.38 0.69 0.50 27.27 0.53 0.33
Hex 7F 4F 27 0 26 45 32 1B 35 21
Octal 177 117 47 0 46 105 62 33 65 41
Binary 1111111 1001111 100111 0 100110 1000101 110010 11011 110101 100001

Color Harmonies of #7F4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4F27

Black with #7F4F27

Text Example


Text Example

White with #7F4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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