Html Css Color HEX #77522A Korma

📋 copy color: '#77522A'

red 119 ◦ green 82 ◦ blue 42

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

Shades of Korma #77522A

Tints of Korma #77522A

RGB

 RED value IS 119 (46.88% from 255) = 48.97%

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 48.97%
G = 33.74%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77522A (or 0x77522A) is known color: Korma. HEX triplet: 77, 52 and 2A. RGB value is (119,82,42). Sum of RGB (Red+Green+Blue) = 119+82+42=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77522A is #88ADD5. Grayscale: #585858. Windows color (decimal): -8957398 or 2773623. OLE color: 2773623.

HSL color Cylindrical-coordinate representation of color #77522A: hue angle of 31.17º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77522A is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 42 -
CMYK 0 0.31 0.65 0.53
HSL 31.17º 0.48% 0.32% -
HSV(B) 31.17º 0.65% 0.47% -
XYZ 11.04 10.12 3.56 -
YUV 88.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 119 82 42 0 0.31 0.65 0.53 31.17 0.48 0.32
Hex 77 52 2A 0 1F 41 35 1F 30 20
Octal 167 122 52 0 37 101 65 37 60 40
Binary 1110111 1010010 101010 0 11111 1000001 110101 11111 110000 100000

Color Harmonies of #77522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77522A

Black with #77522A

Text Example


Text Example

White with #77522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77522A; }

 p { color: rgb(119,82,42); }

 H1.HeaderClassName
 {
   color: #77522A;
 }
 .AnyTagClassName
 {
   color: #77522A;
 }
</style>

background-color css

<style>
 a { background-color: #77522A; }

 a { background-color: rgb(119,82,42); }

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

border-color css

<style>
 span { border-color: #77522A; }

 span { border-color: rgb(119,82,42); }

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