Html Css Color HEX #07373C Cyprus

📋 copy color: '#07373C'

red 7 ◦ green 55 ◦ blue 60

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

Shades of Cyprus #07373C

Tints of Cyprus #07373C

RGB

 RED value IS 7 (3.13% from 255) = 5.74%

 GREEN value IS 55 (21.88% from 255) = 45.08%

 BLUE value IS 60 (23.83% from 255) = 49.18%

R = 5.74%
G = 45.08%
B = 49.18%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07373C (or 0x07373C) is known color: Cyprus. HEX triplet: 07, 37 and 3C. RGB value is (7,55,60). Sum of RGB (Red+Green+Blue) = 7+55+60=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #07373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07373C is #F8C8C3. Grayscale: #292929. Windows color (decimal): -16304324 or 3946247. OLE color: 3946247.

HSL color Cylindrical-coordinate representation of color #07373C: hue angle of 185.66º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07373C is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 55 60 -
CMYK 0.88 0.08 0 0.76
HSL 185.66º 0.79% 0.13% -
HSV(B) 185.66º 0.88% 0.24% -
XYZ 2.27 3.1 4.75 -
YUV 41.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 7 55 60 0.88 0.08 0 0.76 185.66 0.79 0.13
Hex 7 37 3C 58 8 0 4C BA 4F D
Octal 7 67 74 130 10 0 114 272 117 15
Binary 111 110111 111100 1011000 1000 0 1001100 10111010 1001111 1101

Color Harmonies of #07373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07373C

Black with #07373C

Text Example


Text Example

White with #07373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,55,60); }

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

background-color css

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

 a { background-color: rgb(7,55,60); }

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

border-color css

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

 span { border-color: rgb(7,55,60); }

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