Html Css Color HEX #647F85 Hoki

📋 copy color: '#647F85'

red 100 ◦ green 127 ◦ blue 133

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

Shades of Hoki #647F85

Tints of Hoki #647F85

RGB

 RED value IS 100 (39.45% from 255) = 27.78%

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 27.78%
G = 35.28%
B = 36.94%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647F85 (or 0x647F85) is known color: Hoki. HEX triplet: 64, 7F and 85. RGB value is (100,127,133). Sum of RGB (Red+Green+Blue) = 100+127+133=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #647F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F85 is #9B807A. Grayscale: #777777. Windows color (decimal): -10190971 or 8748900. OLE color: 8748900.

HSL color Cylindrical-coordinate representation of color #647F85: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647F85 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 127 133 -
CMYK 0.25 0.05 0 0.48
HSL 190.91º 0.14% 0.46% -
HSV(B) 190.91º 0.25% 0.52% -
XYZ 17.08 19.58 25.07 -
YUV 119.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 100 127 133 0.25 0.05 0 0.48 190.91 0.14 0.46
Hex 64 7F 85 19 5 0 30 BF E 2E
Octal 144 177 205 31 5 0 60 277 16 56
Binary 1100100 1111111 10000101 11001 101 0 110000 10111111 1110 101110

Color Harmonies of #647F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F85

Black with #647F85

Text Example


Text Example

White with #647F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647F85; }

 p { color: rgb(100,127,133); }

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

background-color css

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

 a { background-color: rgb(100,127,133); }

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

border-color css

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

 span { border-color: rgb(100,127,133); }

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