Html Css Color HEX #7F5434 Korma

📋 copy color: '#7F5434'

red 127 ◦ green 84 ◦ blue 52

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

Shades of Korma #7F5434

Tints of Korma #7F5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 48.29%
G = 31.94%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#7F5434 (or 0x7F5434) is known color: Korma. HEX triplet: 7F, 54 and 34. RGB value is (127,84,52). Sum of RGB (Red+Green+Blue) = 127+84+52=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5434 is #80ABCB. Grayscale: #5D5D5D. Windows color (decimal): -8432588 or 3429503. OLE color: 3429503.

HSL color Cylindrical-coordinate representation of color #7F5434: hue angle of 25.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5434 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 84 52 -
CMYK 0 0.34 0.59 0.50
HSL 25.6º 0.42% 0.35% -
HSV(B) 25.6º 0.59% 0.5% -
XYZ 12.54 11.1 4.73 -
YUV 93.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 127 84 52 0 0.34 0.59 0.50 25.6 0.42 0.35
Hex 7F 54 34 0 22 3B 32 1A 2A 23
Octal 177 124 64 0 42 73 62 32 52 43
Binary 1111111 1010100 110100 0 100010 111011 110010 11010 101010 100011

Color Harmonies of #7F5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5434

Black with #7F5434

Text Example


Text Example

White with #7F5434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,84,52); }

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

background-color css

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

 a { background-color: rgb(127,84,52); }

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

border-color css

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

 span { border-color: rgb(127,84,52); }

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