Html Css Color HEX #7F4727 Korma

📋 copy color: '#7F4727'

red 127 ◦ green 71 ◦ blue 39

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

Shades of Korma #7F4727

Tints of Korma #7F4727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 53.59%
G = 29.96%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F4727 (or 0x7F4727) is known color: Korma. HEX triplet: 7F, 47 and 27. RGB value is (127,71,39). Sum of RGB (Red+Green+Blue) = 127+71+39=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4727 is #80B8D8. Grayscale: #545454. Windows color (decimal): -8435929 or 2574207. OLE color: 2574207.

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

Color convert

RGB 127 71 39 -
CMYK 0 0.44 0.69 0.50
HSL 21.82º 0.53% 0.33% -
HSV(B) 21.82º 0.69% 0.5% -
XYZ 11.37 9.16 3.09 -
YUV 84.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 127 71 39 0 0.44 0.69 0.50 21.82 0.53 0.33
Hex 7F 47 27 0 2C 45 32 16 35 21
Octal 177 107 47 0 54 105 62 26 65 41
Binary 1111111 1000111 100111 0 101100 1000101 110010 10110 110101 100001

Color Harmonies of #7F4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4727

Black with #7F4727

Text Example


Text Example

White with #7F4727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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