Html Css Color HEX #764151 Camelot

📋 copy color: '#764151'

red 118 ◦ green 65 ◦ blue 81

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

Shades of Camelot #764151

Tints of Camelot #764151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 44.7%
G = 24.62%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764151 (or 0x764151) is known color: Camelot. HEX triplet: 76, 41 and 51. RGB value is (118,65,81). Sum of RGB (Red+Green+Blue) = 118+65+81=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764151 is #89BEAE. Grayscale: #525252. Windows color (decimal): -9027247 or 5325174. OLE color: 5325174.

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

Color convert

RGB 118 65 81 -
CMYK 0 0.45 0.31 0.54
HSL 341.89º 0.29% 0.36% -
HSV(B) 341.89º 0.45% 0.46% -
XYZ 10.85 8.23 8.8 -
YUV 82.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 118 65 81 0 0.45 0.31 0.54 341.89 0.29 0.36
Hex 76 41 51 0 2D 1F 36 156 1D 24
Octal 166 101 121 0 55 37 66 526 35 44
Binary 1110110 1000001 1010001 0 101101 11111 110110 101010110 11101 100100

Color Harmonies of #764151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764151

Black with #764151

Text Example


Text Example

White with #764151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764151; }

 p { color: rgb(118,65,81); }

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

background-color css

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

 a { background-color: rgb(118,65,81); }

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

border-color css

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

 span { border-color: rgb(118,65,81); }

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