Html Css Color HEX #764C27 Korma

📋 copy color: '#764C27'

red 118 ◦ green 76 ◦ blue 39

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

Shades of Korma #764C27

Tints of Korma #764C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 50.64%
G = 32.62%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#764C27 (or 0x764C27) is known color: Korma. HEX triplet: 76, 4C and 27. RGB value is (118,76,39). Sum of RGB (Red+Green+Blue) = 118+76+39=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #764C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C27 is #89B3D8. Grayscale: #545454. Windows color (decimal): -9024473 or 2575478. OLE color: 2575478.

HSL color Cylindrical-coordinate representation of color #764C27: hue angle of 28.1º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764C27 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 39 -
CMYK 0 0.36 0.67 0.54
HSL 28.1º 0.5% 0.31% -
HSV(B) 28.1º 0.67% 0.46% -
XYZ 10.42 9.17 3.14 -
YUV 84.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 118 76 39 0 0.36 0.67 0.54 28.1 0.5 0.31
Hex 76 4C 27 0 24 43 36 1C 32 1F
Octal 166 114 47 0 44 103 66 34 62 37
Binary 1110110 1001100 100111 0 100100 1000011 110110 11100 110010 11111

Color Harmonies of #764C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C27

Black with #764C27

Text Example


Text Example

White with #764C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764C27; }

 p { color: rgb(118,76,39); }

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

background-color css

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

 a { background-color: rgb(118,76,39); }

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

border-color css

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

 span { border-color: rgb(118,76,39); }

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