Html Css Color HEX #78434E Camelot

📋 copy color: '#78434E'

red 120 ◦ green 67 ◦ blue 78

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

Shades of Camelot #78434E

Tints of Camelot #78434E

RGB

 RED value IS 120 (47.27% from 255) = 45.28%

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 45.28%
G = 25.28%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78434E (or 0x78434E) is known color: Camelot. HEX triplet: 78, 43 and 4E. RGB value is (120,67,78). Sum of RGB (Red+Green+Blue) = 120+67+78=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78434E is #87BCB1. Grayscale: #545454. Windows color (decimal): -8895666 or 5129080. OLE color: 5129080.

HSL color Cylindrical-coordinate representation of color #78434E: hue angle of 347.55º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78434E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 78 -
CMYK 0 0.44 0.35 0.53
HSL 347.55º 0.28% 0.37% -
HSV(B) 347.55º 0.44% 0.47% -
XYZ 11.13 8.56 8.27 -
YUV 84.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 120 67 78 0 0.44 0.35 0.53 347.55 0.28 0.37
Hex 78 43 4E 0 2C 23 35 15C 1C 25
Octal 170 103 116 0 54 43 65 534 34 45
Binary 1111000 1000011 1001110 0 101100 100011 110101 101011100 11100 100101

Color Harmonies of #78434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78434E

Black with #78434E

Text Example


Text Example

White with #78434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,67,78); }

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

background-color css

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

 a { background-color: rgb(120,67,78); }

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

border-color css

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

 span { border-color: rgb(120,67,78); }

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