Html Css Color HEX #7B414F Camelot

📋 copy color: '#7B414F'

red 123 ◦ green 65 ◦ blue 79

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

Shades of Camelot #7B414F

Tints of Camelot #7B414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 46.07%
G = 24.34%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7B414F (or 0x7B414F) is known color: Camelot. HEX triplet: 7B, 41 and 4F. RGB value is (123,65,79). Sum of RGB (Red+Green+Blue) = 123+65+79=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B414F is #84BEB0. Grayscale: #535353. Windows color (decimal): -8699569 or 5194107. OLE color: 5194107.

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

Color convert

RGB 123 65 79 -
CMYK 0 0.47 0.36 0.52
HSL 345.52º 0.31% 0.37% -
HSV(B) 345.52º 0.47% 0.48% -
XYZ 11.47 8.56 8.44 -
YUV 83.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 123 65 79 0 0.47 0.36 0.52 345.52 0.31 0.37
Hex 7B 41 4F 0 2F 24 34 15A 1F 25
Octal 173 101 117 0 57 44 64 532 37 45
Binary 1111011 1000001 1001111 0 101111 100100 110100 101011010 11111 100101

Color Harmonies of #7B414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B414F

Black with #7B414F

Text Example


Text Example

White with #7B414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,79); }

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

background-color css

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

 a { background-color: rgb(123,65,79); }

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

border-color css

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

 span { border-color: rgb(123,65,79); }

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