Html Css Color HEX #77512F Korma

📋 copy color: '#77512F'

red 119 ◦ green 81 ◦ blue 47

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

Shades of Korma #77512F

Tints of Korma #77512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 48.18%
G = 32.79%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77512F (or 0x77512F) is known color: Korma. HEX triplet: 77, 51 and 2F. RGB value is (119,81,47). Sum of RGB (Red+Green+Blue) = 119+81+47=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77512F is #88AED0. Grayscale: #585858. Windows color (decimal): -8957649 or 3101047. OLE color: 3101047.

HSL color Cylindrical-coordinate representation of color #77512F: hue angle of 28.33º 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 #77512F is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 47 -
CMYK 0 0.32 0.61 0.53
HSL 28.33º 0.43% 0.33% -
HSV(B) 28.33º 0.61% 0.47% -
XYZ 11.06 10.01 4.04 -
YUV 88.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 119 81 47 0 0.32 0.61 0.53 28.33 0.43 0.33
Hex 77 51 2F 0 20 3D 35 1C 2B 21
Octal 167 121 57 0 40 75 65 34 53 41
Binary 1110111 1010001 101111 0 100000 111101 110101 11100 101011 100001

Color Harmonies of #77512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77512F

Black with #77512F

Text Example


Text Example

White with #77512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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