Html Css Color HEX #73787F Raven

📋 copy color: '#73787F'

red 115 ◦ green 120 ◦ blue 127

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

Shades of Raven #73787F

Tints of Raven #73787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 127 (50% from 255) = 35.08%

R = 31.77%
G = 33.15%
B = 35.08%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73787F (or 0x73787F) is known color: Raven. HEX triplet: 73, 78 and 7F. RGB value is (115,120,127). Sum of RGB (Red+Green+Blue) = 115+120+127=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 127 - color contains mainly: blue. Hex color #73787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73787F is #8C8780. Grayscale: #777777. Windows color (decimal): -9209729 or 8353907. OLE color: 8353907.

HSL color Cylindrical-coordinate representation of color #73787F: hue angle of 215º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73787F is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 120 127 -
CMYK 0.09 0.06 0 0.50
HSL 215º 0.05% 0.47% -
HSV(B) 215º 0.09% 0.5% -
XYZ 17.62 18.61 22.74 -
YUV 119.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 115 120 127 0.09 0.06 0 0.50 215 0.05 0.47
Hex 73 78 7F 9 6 0 32 D7 5 2F
Octal 163 170 177 11 6 0 62 327 5 57
Binary 1110011 1111000 1111111 1001 110 0 110010 11010111 101 101111

Color Harmonies of #73787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73787F

Black with #73787F

Text Example


Text Example

White with #73787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73787F; }

 p { color: rgb(115,120,127); }

 H1.HeaderClassName
 {
   color: #73787F;
 }
 .AnyTagClassName
 {
   color: #73787F;
 }
</style>

background-color css

<style>
 a { background-color: #73787F; }

 a { background-color: rgb(115,120,127); }

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

border-color css

<style>
 span { border-color: #73787F; }

 span { border-color: rgb(115,120,127); }

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