Html Css Color HEX #765029 Korma

📋 copy color: '#765029'

red 118 ◦ green 80 ◦ blue 41

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

Shades of Korma #765029

Tints of Korma #765029

RGB

 RED value IS 118 (46.48% from 255) = 49.37%

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

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 49.37%
G = 33.47%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#765029 (or 0x765029) is known color: Korma. HEX triplet: 76, 50 and 29. RGB value is (118,80,41). Sum of RGB (Red+Green+Blue) = 118+80+41=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #765029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765029 is #89AFD6. Grayscale: #575757. Windows color (decimal): -9023447 or 2707574. OLE color: 2707574.

HSL color Cylindrical-coordinate representation of color #765029: hue angle of 30.39º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #765029 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 41 -
CMYK 0 0.32 0.65 0.54
HSL 30.39º 0.48% 0.31% -
HSV(B) 30.39º 0.65% 0.46% -
XYZ 10.74 9.75 3.41 -
YUV 86.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 118 80 41 0 0.32 0.65 0.54 30.39 0.48 0.31
Hex 76 50 29 0 20 41 36 1E 30 1F
Octal 166 120 51 0 40 101 66 36 60 37
Binary 1110110 1010000 101001 0 100000 1000001 110110 11110 110000 11111

Color Harmonies of #765029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765029

Black with #765029

Text Example


Text Example

White with #765029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765029; }

 p { color: rgb(118,80,41); }

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

background-color css

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

 a { background-color: rgb(118,80,41); }

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

border-color css

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

 span { border-color: rgb(118,80,41); }

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