Html Css Color HEX #764651 Camelot

📋 copy color: '#764651'

red 118 ◦ green 70 ◦ blue 81

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

Shades of Camelot #764651

Tints of Camelot #764651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 43.87%
G = 26.02%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764651 (or 0x764651) is known color: Camelot. HEX triplet: 76, 46 and 51. RGB value is (118,70,81). Sum of RGB (Red+Green+Blue) = 118+70+81=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764651 is #89B9AE. Grayscale: #555555. Windows color (decimal): -9025967 or 5326454. OLE color: 5326454.

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

Color convert

RGB 118 70 81 -
CMYK 0 0.41 0.31 0.54
HSL 346.25º 0.26% 0.37% -
HSV(B) 346.25º 0.41% 0.46% -
XYZ 11.15 8.83 8.9 -
YUV 85.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 118 70 81 0 0.41 0.31 0.54 346.25 0.26 0.37
Hex 76 46 51 0 29 1F 36 15A 1A 25
Octal 166 106 121 0 51 37 66 532 32 45
Binary 1110110 1000110 1010001 0 101001 11111 110110 101011010 11010 100101

Color Harmonies of #764651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764651

Black with #764651

Text Example


Text Example

White with #764651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764651; }

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

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

background-color css

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

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

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

border-color css

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

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

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