Html Css Color HEX #67727C Raven

📋 copy color: '#67727C'

red 103 ◦ green 114 ◦ blue 124

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

Shades of Raven #67727C

Tints of Raven #67727C

RGB

 RED value IS 103 (40.63% from 255) = 30.21%

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 30.21%
G = 33.43%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67727C (or 0x67727C) is known color: Raven. HEX triplet: 67, 72 and 7C. RGB value is (103,114,124). Sum of RGB (Red+Green+Blue) = 103+114+124=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #67727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67727C is #988D83. Grayscale: #6F6F6F. Windows color (decimal): -9997700 or 8155751. OLE color: 8155751.

HSL color Cylindrical-coordinate representation of color #67727C: hue angle of 208.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67727C is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 114 124 -
CMYK 0.17 0.08 0 0.51
HSL 208.57º 0.09% 0.45% -
HSV(B) 208.57º 0.17% 0.49% -
XYZ 15.25 16.37 21.43 -
YUV 111.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 103 114 124 0.17 0.08 0 0.51 208.57 0.09 0.45
Hex 67 72 7C 11 8 0 33 D1 9 2D
Octal 147 162 174 21 10 0 63 321 11 55
Binary 1100111 1110010 1111100 10001 1000 0 110011 11010001 1001 101101

Color Harmonies of #67727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67727C

Black with #67727C

Text Example


Text Example

White with #67727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67727C; }

 p { color: rgb(103,114,124); }

 H1.HeaderClassName
 {
   color: #67727C;
 }
 .AnyTagClassName
 {
   color: #67727C;
 }
</style>

background-color css

<style>
 a { background-color: #67727C; }

 a { background-color: rgb(103,114,124); }

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

border-color css

<style>
 span { border-color: #67727C; }

 span { border-color: rgb(103,114,124); }

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