Html Css Color HEX #77502D Korma

📋 copy color: '#77502D'

red 119 ◦ green 80 ◦ blue 45

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

Shades of Korma #77502D

Tints of Korma #77502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

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

R = 48.77%
G = 32.79%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77502D (or 0x77502D) is known color: Korma. HEX triplet: 77, 50 and 2D. RGB value is (119,80,45). Sum of RGB (Red+Green+Blue) = 119+80+45=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77502D is #88AFD2. Grayscale: #575757. Windows color (decimal): -8957907 or 2969719. OLE color: 2969719.

HSL color Cylindrical-coordinate representation of color #77502D: hue angle of 28.38º 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 #77502D is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 45 -
CMYK 0 0.33 0.62 0.53
HSL 28.38º 0.45% 0.32% -
HSV(B) 28.38º 0.62% 0.47% -
XYZ 10.95 9.85 3.81 -
YUV 87.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 119 80 45 0 0.33 0.62 0.53 28.38 0.45 0.32
Hex 77 50 2D 0 21 3E 35 1C 2D 20
Octal 167 120 55 0 41 76 65 34 55 40
Binary 1110111 1010000 101101 0 100001 111110 110101 11100 101101 100000

Color Harmonies of #77502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77502D

Black with #77502D

Text Example


Text Example

White with #77502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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