Html Css Color HEX #77502F Korma

📋 copy color: '#77502F'

red 119 ◦ green 80 ◦ blue 47

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

Shades of Korma #77502F

Tints of Korma #77502F

RGB

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

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

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

R = 48.37%
G = 32.52%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77502F (or 0x77502F) is known color: Korma. HEX triplet: 77, 50 and 2F. RGB value is (119,80,47). Sum of RGB (Red+Green+Blue) = 119+80+47=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77502F is #88AFD0. Grayscale: #585858. Windows color (decimal): -8957905 or 3100791. OLE color: 3100791.

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

Color convert

RGB 119 80 47 -
CMYK 0 0.33 0.61 0.53
HSL 27.5º 0.43% 0.33% -
HSV(B) 27.5º 0.61% 0.47% -
XYZ 10.99 9.86 4.01 -
YUV 87.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 119 80 47 0 0.33 0.61 0.53 27.5 0.43 0.33
Hex 77 50 2F 0 21 3D 35 1C 2B 21
Octal 167 120 57 0 41 75 65 34 53 41
Binary 1110111 1010000 101111 0 100001 111101 110101 11100 101011 100001

Color Harmonies of #77502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77502F

Black with #77502F

Text Example


Text Example

White with #77502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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