Html Css Color HEX #67857A Cutty Sark

📋 copy color: '#67857A'

red 103 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #67857A

Tints of Cutty Sark #67857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 28.77%
G = 37.15%
B = 34.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#67857A (or 0x67857A) is known color: Cutty Sark. HEX triplet: 67, 85 and 7A. RGB value is (103,133,122). Sum of RGB (Red+Green+Blue) = 103+133+122=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #67857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67857A is #987A85. Grayscale: #7A7A7A. Windows color (decimal): -9992838 or 8029543. OLE color: 8029543.

HSL color Cylindrical-coordinate representation of color #67857A: hue angle of 158º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67857A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 133 122 -
CMYK 0.23 0 0.08 0.48
HSL 158º 0.13% 0.46% -
HSV(B) 158º 0.23% 0.52% -
XYZ 17.49 21.06 21.56 -
YUV 122.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 103 133 122 0.23 0 0.08 0.48 158 0.13 0.46
Hex 67 85 7A 17 0 8 30 9E D 2E
Octal 147 205 172 27 0 10 60 236 15 56
Binary 1100111 10000101 1111010 10111 0 1000 110000 10011110 1101 101110

Color Harmonies of #67857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67857A

Black with #67857A

Text Example


Text Example

White with #67857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67857A; }

 p { color: rgb(103,133,122); }

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

background-color css

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

 a { background-color: rgb(103,133,122); }

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

border-color css

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

 span { border-color: rgb(103,133,122); }

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