Html Css Color HEX #77512D Korma

📋 copy color: '#77512D'

red 119 ◦ green 81 ◦ blue 45

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

Shades of Korma #77512D

Tints of Korma #77512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 48.57%
G = 33.06%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77512D (or 0x77512D) is known color: Korma. HEX triplet: 77, 51 and 2D. RGB value is (119,81,45). Sum of RGB (Red+Green+Blue) = 119+81+45=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77512D is #88AED2. Grayscale: #585858. Windows color (decimal): -8957651 or 2969975. OLE color: 2969975.

HSL color Cylindrical-coordinate representation of color #77512D: hue angle of 29.19º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77512D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 45 -
CMYK 0 0.32 0.62 0.53
HSL 29.19º 0.45% 0.32% -
HSV(B) 29.19º 0.62% 0.47% -
XYZ 11.02 10 3.83 -
YUV 88.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 119 81 45 0 0.32 0.62 0.53 29.19 0.45 0.32
Hex 77 51 2D 0 20 3E 35 1D 2D 20
Octal 167 121 55 0 40 76 65 35 55 40
Binary 1110111 1010001 101101 0 100000 111110 110101 11101 101101 100000

Color Harmonies of #77512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77512D

Black with #77512D

Text Example


Text Example

White with #77512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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