Html Css Color HEX #763F34 Crown Of Thorns

📋 copy color: '#763F34'

red 118 ◦ green 63 ◦ blue 52

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

Shades of Crown Of Thorns #763F34

Tints of Crown Of Thorns #763F34

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 50.64%
G = 27.04%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#763F34 (or 0x763F34) is known color: Crown Of Thorns. HEX triplet: 76, 3F and 34. RGB value is (118,63,52). Sum of RGB (Red+Green+Blue) = 118+63+52=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #763F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F34 is #89C0CB. Grayscale: #4E4E4E. Windows color (decimal): -9027788 or 3424118. OLE color: 3424118.

HSL color Cylindrical-coordinate representation of color #763F34: hue angle of 10º 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 #763F34 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 52 -
CMYK 0 0.47 0.56 0.54
HSL 10º 0.39% 0.33% -
HSV(B) 10º 0.56% 0.46% -
XYZ 9.87 7.65 4.21 -
YUV 78.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 118 63 52 0 0.47 0.56 0.54 10 0.39 0.33
Hex 76 3F 34 0 2F 38 36 A 27 21
Octal 166 77 64 0 57 70 66 12 47 41
Binary 1110110 111111 110100 0 101111 111000 110110 1010 100111 100001

Color Harmonies of #763F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F34

Black with #763F34

Text Example


Text Example

White with #763F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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