Html Css Color HEX #76414A Camelot

📋 copy color: '#76414A'

red 118 ◦ green 65 ◦ blue 74

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

Shades of Camelot #76414A

Tints of Camelot #76414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 45.91%
G = 25.29%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76414A (or 0x76414A) is known color: Camelot. HEX triplet: 76, 41 and 4A. RGB value is (118,65,74). Sum of RGB (Red+Green+Blue) = 118+65+74=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76414A is #89BEB5. Grayscale: #515151. Windows color (decimal): -9027254 or 4866422. OLE color: 4866422.

HSL color Cylindrical-coordinate representation of color #76414A: hue angle of 349.81º 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 #76414A is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 74 -
CMYK 0 0.45 0.37 0.54
HSL 349.81º 0.29% 0.36% -
HSV(B) 349.81º 0.45% 0.46% -
XYZ 10.6 8.13 7.49 -
YUV 81.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 118 65 74 0 0.45 0.37 0.54 349.81 0.29 0.36
Hex 76 41 4A 0 2D 25 36 15E 1D 24
Octal 166 101 112 0 55 45 66 536 35 44
Binary 1110110 1000001 1001010 0 101101 100101 110110 101011110 11101 100100

Color Harmonies of #76414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76414A

Black with #76414A

Text Example


Text Example

White with #76414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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