Html Css Color HEX #677772 Rolling Stone

📋 copy color: '#677772'

red 103 ◦ green 119 ◦ blue 114

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

Shades of Rolling Stone #677772

Tints of Rolling Stone #677772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 30.65%
G = 35.42%
B = 33.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#677772 (or 0x677772) is known color: Rolling Stone. HEX triplet: 67, 77 and 72. RGB value is (103,119,114). Sum of RGB (Red+Green+Blue) = 103+119+114=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #677772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677772 is #98888D. Grayscale: #717171. Windows color (decimal): -9996430 or 7501671. OLE color: 7501671.

HSL color Cylindrical-coordinate representation of color #677772: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677772 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 119 114 -
CMYK 0.13 0 0.04 0.53
HSL 161.25º 0.07% 0.44% -
HSV(B) 161.25º 0.13% 0.47% -
XYZ 15.23 17.29 18.45 -
YUV 113.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 103 119 114 0.13 0 0.04 0.53 161.25 0.07 0.44
Hex 67 77 72 D 0 4 35 A1 7 2C
Octal 147 167 162 15 0 4 65 241 7 54
Binary 1100111 1110111 1110010 1101 0 100 110101 10100001 111 101100

Color Harmonies of #677772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677772

Black with #677772

Text Example


Text Example

White with #677772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677772; }

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

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

background-color css

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

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

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

border-color css

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

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

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