Html Css Color HEX #77522F Korma

📋 copy color: '#77522F'

red 119 ◦ green 82 ◦ blue 47

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

Shades of Korma #77522F

Tints of Korma #77522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 47.98%
G = 33.06%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77522F (or 0x77522F) is known color: Korma. HEX triplet: 77, 52 and 2F. RGB value is (119,82,47). Sum of RGB (Red+Green+Blue) = 119+82+47=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77522F is #88ADD0. Grayscale: #595959. Windows color (decimal): -8957393 or 3101303. OLE color: 3101303.

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

Color convert

RGB 119 82 47 -
CMYK 0 0.31 0.61 0.53
HSL 29.17º 0.43% 0.33% -
HSV(B) 29.17º 0.61% 0.47% -
XYZ 11.14 10.16 4.06 -
YUV 89.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 119 82 47 0 0.31 0.61 0.53 29.17 0.43 0.33
Hex 77 52 2F 0 1F 3D 35 1D 2B 21
Octal 167 122 57 0 37 75 65 35 53 41
Binary 1110111 1010010 101111 0 11111 111101 110101 11101 101011 100001

Color Harmonies of #77522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77522F

Black with #77522F

Text Example


Text Example

White with #77522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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