Html Css Color HEX #7B454E Camelot

📋 copy color: '#7B454E'

red 123 ◦ green 69 ◦ blue 78

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

Shades of Camelot #7B454E

Tints of Camelot #7B454E

RGB

 RED value IS 123 (48.44% from 255) = 45.56%

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

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

R = 45.56%
G = 25.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B454E (or 0x7B454E) is known color: Camelot. HEX triplet: 7B, 45 and 4E. RGB value is (123,69,78). Sum of RGB (Red+Green+Blue) = 123+69+78=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B454E is #84BAB1. Grayscale: #565656. Windows color (decimal): -8698546 or 5129595. OLE color: 5129595.

HSL color Cylindrical-coordinate representation of color #7B454E: hue angle of 350º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B454E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 69 78 -
CMYK 0 0.44 0.37 0.52
HSL 350º 0.28% 0.38% -
HSV(B) 350º 0.44% 0.48% -
XYZ 11.67 9.02 8.33 -
YUV 86.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 123 69 78 0 0.44 0.37 0.52 350 0.28 0.38
Hex 7B 45 4E 0 2C 25 34 15E 1C 26
Octal 173 105 116 0 54 45 64 536 34 46
Binary 1111011 1000101 1001110 0 101100 100101 110100 101011110 11100 100110

Color Harmonies of #7B454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B454E

Black with #7B454E

Text Example


Text Example

White with #7B454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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