Html Css Color HEX #74454E Camelot

📋 copy color: '#74454E'

red 116 ◦ green 69 ◦ blue 78

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

Shades of Camelot #74454E

Tints of Camelot #74454E

RGB

 RED value IS 116 (45.7% from 255) = 44.11%

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 44.11%
G = 26.24%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74454E (or 0x74454E) is known color: Camelot. HEX triplet: 74, 45 and 4E. RGB value is (116,69,78). Sum of RGB (Red+Green+Blue) = 116+69+78=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74454E is #8BBAB1. Grayscale: #545454. Windows color (decimal): -9157298 or 5129588. OLE color: 5129588.

HSL color Cylindrical-coordinate representation of color #74454E: hue angle of 348.51º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74454E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 78 -
CMYK 0 0.41 0.33 0.55
HSL 348.51º 0.25% 0.36% -
HSV(B) 348.51º 0.41% 0.45% -
XYZ 10.71 8.52 8.29 -
YUV 84.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 116 69 78 0 0.41 0.33 0.55 348.51 0.25 0.36
Hex 74 45 4E 0 29 21 37 15D 19 24
Octal 164 105 116 0 51 41 67 535 31 44
Binary 1110100 1000101 1001110 0 101001 100001 110111 101011101 11001 100100

Color Harmonies of #74454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74454E

Black with #74454E

Text Example


Text Example

White with #74454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74454E; }

 p { color: rgb(116,69,78); }

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

background-color css

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

 a { background-color: rgb(116,69,78); }

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

border-color css

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

 span { border-color: rgb(116,69,78); }

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