Html Css Color HEX #7B414B Camelot

📋 copy color: '#7B414B'

red 123 ◦ green 65 ◦ blue 75

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

Shades of Camelot #7B414B

Tints of Camelot #7B414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 46.77%
G = 24.71%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7B414B (or 0x7B414B) is known color: Camelot. HEX triplet: 7B, 41 and 4B. RGB value is (123,65,75). Sum of RGB (Red+Green+Blue) = 123+65+75=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B414B is #84BEB4. Grayscale: #535353. Windows color (decimal): -8699573 or 4931963. OLE color: 4931963.

HSL color Cylindrical-coordinate representation of color #7B414B: hue angle of 349.66º 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 #7B414B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 65 75 -
CMYK 0 0.47 0.39 0.52
HSL 349.66º 0.31% 0.37% -
HSV(B) 349.66º 0.47% 0.48% -
XYZ 11.33 8.5 7.7 -
YUV 83.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 123 65 75 0 0.47 0.39 0.52 349.66 0.31 0.37
Hex 7B 41 4B 0 2F 27 34 15E 1F 25
Octal 173 101 113 0 57 47 64 536 37 45
Binary 1111011 1000001 1001011 0 101111 100111 110100 101011110 11111 100101

Color Harmonies of #7B414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B414B

Black with #7B414B

Text Example


Text Example

White with #7B414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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