Html Css Color HEX #77522C Korma

📋 copy color: '#77522C'

red 119 ◦ green 82 ◦ blue 44

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

Shades of Korma #77522C

Tints of Korma #77522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 48.57%
G = 33.47%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77522C (or 0x77522C) is known color: Korma. HEX triplet: 77, 52 and 2C. RGB value is (119,82,44). Sum of RGB (Red+Green+Blue) = 119+82+44=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77522C is #88ADD3. Grayscale: #585858. Windows color (decimal): -8957396 or 2904695. OLE color: 2904695.

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

Color convert

RGB 119 82 44 -
CMYK 0 0.31 0.63 0.53
HSL 30.4º 0.46% 0.32% -
HSV(B) 30.4º 0.63% 0.47% -
XYZ 11.08 10.14 3.76 -
YUV 88.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 119 82 44 0 0.31 0.63 0.53 30.4 0.46 0.32
Hex 77 52 2C 0 1F 3F 35 1E 2E 20
Octal 167 122 54 0 37 77 65 36 56 40
Binary 1110111 1010010 101100 0 11111 111111 110101 11110 101110 100000

Color Harmonies of #77522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77522C

Black with #77522C

Text Example


Text Example

White with #77522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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