Html Css Color HEX #764034 Crown Of Thorns

📋 copy color: '#764034'

red 118 ◦ green 64 ◦ blue 52

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

Shades of Crown Of Thorns #764034

Tints of Crown Of Thorns #764034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 50.43%
G = 27.35%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#764034 (or 0x764034) is known color: Crown Of Thorns. HEX triplet: 76, 40 and 34. RGB value is (118,64,52). Sum of RGB (Red+Green+Blue) = 118+64+52=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764034 is #89BFCB. Grayscale: #4E4E4E. Windows color (decimal): -9027532 or 3424374. OLE color: 3424374.

HSL color Cylindrical-coordinate representation of color #764034: hue angle of 10.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764034 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 52 -
CMYK 0 0.46 0.56 0.54
HSL 10.91º 0.39% 0.33% -
HSV(B) 10.91º 0.56% 0.46% -
XYZ 9.92 7.77 4.22 -
YUV 78.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 118 64 52 0 0.46 0.56 0.54 10.91 0.39 0.33
Hex 76 40 34 0 2E 38 36 B 27 21
Octal 166 100 64 0 56 70 66 13 47 41
Binary 1110110 1000000 110100 0 101110 111000 110110 1011 100111 100001

Color Harmonies of #764034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764034

Black with #764034

Text Example


Text Example

White with #764034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764034; }

 p { color: rgb(118,64,52); }

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

background-color css

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

 a { background-color: rgb(118,64,52); }

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

border-color css

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

 span { border-color: rgb(118,64,52); }

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