Html Css Color HEX #73767B Raven

📋 copy color: '#73767B'

red 115 ◦ green 118 ◦ blue 123

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

Shades of Raven #73767B

Tints of Raven #73767B

RGB

 RED value IS 115 (45.31% from 255) = 32.3%

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 32.3%
G = 33.15%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73767B (or 0x73767B) is known color: Raven. HEX triplet: 73, 76 and 7B. RGB value is (115,118,123). Sum of RGB (Red+Green+Blue) = 115+118+123=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #73767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73767B is #8C8984. Grayscale: #757575. Windows color (decimal): -9210245 or 8091251. OLE color: 8091251.

HSL color Cylindrical-coordinate representation of color #73767B: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73767B is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 118 123 -
CMYK 0.07 0.04 0 0.52
HSL 217.5º 0.03% 0.47% -
HSV(B) 217.5º 0.07% 0.48% -
XYZ 17.12 18.03 21.32 -
YUV 117.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 115 118 123 0.07 0.04 0 0.52 217.5 0.03 0.47
Hex 73 76 7B 7 4 0 34 DA 3 2F
Octal 163 166 173 7 4 0 64 332 3 57
Binary 1110011 1110110 1111011 111 100 0 110100 11011010 11 101111

Color Harmonies of #73767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73767B

Black with #73767B

Text Example


Text Example

White with #73767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73767B; }

 p { color: rgb(115,118,123); }

 H1.HeaderClassName
 {
   color: #73767B;
 }
 .AnyTagClassName
 {
   color: #73767B;
 }
</style>

background-color css

<style>
 a { background-color: #73767B; }

 a { background-color: rgb(115,118,123); }

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

border-color css

<style>
 span { border-color: #73767B; }

 span { border-color: rgb(115,118,123); }

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